Preview:
start_time = "2025-01-15T19:00:00-05:00";
	formatString = start_time.replaceAll("T", " ");
	time = formatString.getTime();
	new_date = start_time.getPrefix("T").toString("MMM dd, yyyy");
	new_date_time = new_date+" "+time;
	info new_date_time;
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter