Question
How will you print the date in MMM-DD-YYYY (Jan-01-2025) format ?
A
Anonymous
December 21, 2025
56
Answer
Using text function
Code:
text(now(),"mmm-dd-yyyy")
Output:
"Dec-20-2025"(Text)
JuniorExpressions#coding
Loading comments...
Using text function
Code:
Output: