$todate
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
$todate
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
Converts an expression to the date data type.
Syntax
$todate(expression)
Parameters
expression | Any expression. To be meaningful, it should yield a number that has meaning in the format YYYYMMDD. |
Return Value
Date.
Example
$date - $todate(19980923)
In the preceding arithmetic expression, 19980923 is treated as the date 23 September 1998 instead of the number 19,980,923. Assuming that $Date is 19981023, the expression evaluates to 30.
See Also
Updated
ByJason Lee
Was this article helpful?
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5