Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 05:49 AM
Hi @KVNARK .
You can use the below formatting to get it into a timestamp format...
to_timestamp('6/15/25 12:00 AM', 'MM/dd/yy hh:mm aa')This will give you the timestamp like this -- 2025-06-15T00:00:00.000+0000
If you want only the date part, you can use to_date function.
Hope this helps...Cheers..
Uma Mahesh D