BoldSign®Effortlessly integrate e-signatures into your app with the BoldSign® API. Create a sandbox account!
=DateAdd("s",Fields!TimeStamp.Value,"1970-01-01 00:00:00") |
S.No |
Expression Name |
Expression |
Comments |
|
Expression1 |
FROM_UNIXTIME('1497855166') |
Convert 1497855166 this time stamp value as date |
|
Expression2 |
FROM_UNIXTIME([UnixTimeStampColumn]) |
Convert UnixTimeStampColumn value as date |
S.No |
Expression Name |
Expression |
Comments |
1 |
Expression1 |
datetime('1497855166','unixepoch', 'localtime') |
Convert 1497855166 this time stamp value as date |
2 |
Expression2 |
datetime([UnixTimeStampColumn],'unixepoch', 'localtime') |
Convert UnixTimeStampColumn value as date |