I’m trying to make a widget that will give me the full date in this format - December 20, 2024. Is there a way to do that?
Use %F %j, %Y
in the date format field.
You can refer to this page for more details on date format variables - Formatting Date and Time - LiveWhale Support.
1 Like