Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
What is the difference between Date and Date# function?
The date# function formats any given string which holds a date to a vaild dateformat
e.g. date#('2015-08-18','YYYY-MM-DD')
The date function formats a valid date field to your liking
date('2015-08-18','MM/YY') will Show 08/15
Same as between Num() and Num#(). One does formatting for ouput, the other tries to convert a string into a numerical date representation.
See also here: What is the difference between Num and Num# function?
Peter
The date# function formats any given string which holds a date to a vaild dateformat
e.g. date#('2015-08-18','YYYY-MM-DD')
The date function formats a valid date field to your liking
date('2015-08-18','MM/YY') will Show 08/15