FLL - DateTime Written by TripleD January 04, 2016 20:25 2 Is it possible to call the current DateTime using the advanced FLL? Was this article helpful? 0 out of 0 found this helpful Yes No
Comments
2 comments
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.
Please sign in to leave a comment.