FLL - DateTime Written by TripleD 2016年01月04日 20:25 2 Is it possible to call the current DateTime using the advanced FLL? この記事は役に立ちましたか? 0人中0人がこの記事が役に立ったと言っています はい いいえ
コメント
2件のコメント
Not directly in FLL but you can use the SQL Statement GETDATE() to get this information from an SQL Server.
For example the following code will get the current date time for an sql server.
I hope this helps you further.
サインインしてコメントを残してください。