0
    
          
  
  
  
    
            Axiom Display Abbreviated Day of the Week
Forum / Questions & Answers
Good day folks!
Is there a way to display the date, in a value box, in the following format {Time:MM/dd} with the day of the week like Sun, Mon, Tues, etc.? Hoping to get a display like 10/31/Fri etc. Thank you in advance!
1 reply
- 
  
Hi ,
You can use 3 d's to display the abbreviated version or 4 d's to display the full name.
{Time:MM/dd/ddd} = 10/31/Fri
{Time:MM/dd/dddd} = 10/31/Friday