pralash
9th November 2017, 12:23
Hi,
I'm new for LN Programming... I want to find out the current date via baan script as well as in SQL(in baan). Can you please help me how to get the current date...?
Thanks in advance,
Regards,
Pralash
bdittmar
9th November 2017, 13:14
Hello,
use date.num() or utc.num()
By searching the forum, you'll find a lot of hints, how to use it.
Regards
OmeLuuk
9th November 2017, 13:54
Hi,
I'm new for LN Programming... I want to find out the current date via baan script as well as in SQL(in baan). Can you please help me how to get the current date...?
Thanks in advance,
Regards,
Pralash
The date ... like in UTC date (utc.num) numbers of seconds since 1-1-70, or date (date.num) number of days since 1-1-70 depending on the way the date us defined in the table field (check the domain).
Current date in human readable form: check out on the dte$() function.
pralash
10th November 2017, 11:42
Thanks so much for your reply...
Regards,
Pralash