Manuals/calci/TIMESTRING
Jump to navigation
Jump to search
TIMESTRING(String)
- can be of any type of String.
Description
- This function is shows time from a string.
- We can convert a string to date and time using TIMESTRING() function.
- The parameter should be any string only.
Examples
- TIMESTRING("1/2/2010 12:29p") = Sat Jan 02 2010 12:29:00 GMT+0530 (India Standard Time)
- TIMESTRING("9/1/2005 10:30a") = Thu Sep 01 2005 10:30:00 GMT+0530 (India Standard Time)
- TIMESTRING("2/27/2020 1:30a") = Thu Feb 27 2020 01:30:00 GMT+0530 (India Standard Time)
See Also