I need to make this date format presentable: 2022-06-24 12:00:00 MST-0700
I have tried variations of ... |format_date_string|date:'Y-m-d h:i:s tO'but no luck.
Regular timestamp would respond to something like this .. format_date_string|date:'M d, o'
Any ideas?
Page 1 / 1
Hi there @gmc,
Welcome to the Community! Could you explain what error is occurring exactly when trying to input a date format into your design? Any screenshot of what is happening vs expected behavior would be helpful in finding a solution.
I think the one I’m trying (or need) to use “Date 1” might not be an acceptable format (date time timezone) If I format it {{ event.date1|format_date_string|date:'M d, y }} the result is blank, whereas date formats 2 and 3 render correctly. Date 2 being a regular timestamp.
Hi @gmc,
If you want to add the time with your date you can use this code below which is formatted in a 24hr format: