kyanaloe
(kyan.lynch@aloedigitalsolutions.com)
March 15, 2022, 11:49pm
1
This feels like something simple that I should be able to figure out, but I’m a little stumped.
I just want to display “It is Tuesday, March 15th” at the top of the user’s home page, but can’t figure out how to format the Now() value with a formula. Anyone have the answer?
1 Like
Quentin
(Quentin Durantay)
March 23, 2022, 9:05am
2
Hey @kyanaloe
You can use the date element to do this.
It’s based on DayJS, so you can find all the formatting docs here: Format · Day.js
Also, it works with UNIX timestamps and ISO ones
3 Likes
kyanaloe
(kyan.lynch@aloedigitalsolutions.com)
March 31, 2022, 11:40am
3
Can you help me figure out how to set it to my time zone (EST)?
Quentin
(Quentin Durantay)
April 4, 2022, 12:35pm
4
If your date has a timezone already, it will be displayed in the end user’s browser timezone by default
kyanaloe
(kyan.lynch@aloedigitalsolutions.com)
February 11, 2023, 1:01am
5
Hi Quentin, I’m still struggling with this. See this picture, where the date and time should display at 7:59pm EST, but instead it displays as 2:59.
dorilama
(Mariano)
February 11, 2023, 7:52am
6
It’s probably related to this .
Try using new Date()
instead of now()