I want to know how I can get a formatted date out of a field that is stored as the number equivalent of the date.
See, In toolset I get a date as “1756339200” (Unix Timestamp). How can I transform this into a proper date formatted as I want to (ie: “Jan 1, 2025”)?