on ‎2019 Oct 25 4:39 PM
Hi Team,
I am using Plateau Report Designer for Custom report creation, as per the requirement i need to convert simple date format(Sep 11, 2017 11:30:10 EST) to Epoch (1572017433). Is there any Package or Procedure SF have for this conversion ?, I tried with some of the Oracle functions that is not working with PRD tool.
Thanks
Sedi
Request clarification before answering.
Hi sedichelvam,
In the PRD you can use the below script to convert the timestamp to EPOCH time
SELECT SECONDS_BETWEEN(TO_TIMESTAMP('1970-01-01 00:00:00'), rev_dte) FROM PA_CPNT
Here, we are converting the revision date (rev_dte) to EPOCH time.
Regards,
Sumit Kumar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.