I was wondering how can I just show the days from any given date?
Solved
Isolate the days from a date
Best answer by Ron_Daniel
@Nathan_Ramey thanks for clarifying! In that case, you just need this formula:
DATETIME_FORMAT(Date, "DD")
or, if you don't want the leading zero on single-digit days, then
DATETIME_FORMAT(Date, "D")


Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

