Hi Team, | ||
| ||
In my database one column “date” has type as ‘Number”, Hence when I pull object in report data (DATE) is coming like below example: | ||
dte | ||
1407900000000 | ||
1403670000000 | ||
1400560000000 | ||
1403670000000 | ||
1408510000000 | ||
1411530000000 | ||
1409630000000 | ||
1411440000000 | ||
1403580000000 | ||
1398920000000 | ||
1409800000000 | ||
1397450000000 | ||
Need to change the type of object so I am using ‘todate’ function but gating #ERROR. |
↧
how to convert into date format
↧