Help

DOB long (letter) format

burnsc
Journeyman

DOB long (letter) format

Does anyone know how to format DOB on a form letter object report so it is written out in long form (alpha, not numeric)?

 

Many thanks for any help available!

1 Solution
JeffG9
PowerSchool Champion
PowerSchool Champion

Try this:

 

~(dob;dateformat=DDDD, MMMM D, YYYY)

______________
Full Disclosure: I do not work for PowerSchool

View solution in original post

4 Replies
JeffG9
PowerSchool Champion
PowerSchool Champion

Try this:

 

~(dob;dateformat=DDDD, MMMM D, YYYY)

______________
Full Disclosure: I do not work for PowerSchool
burnsc
Journeyman

thank you! it just keeps getting better!

burnsc
Journeyman

RESOLVED! I used the following format 

^(DOB;dateformat=MMM DD, YYYY).

Now I am looking for the command to Bold it.

burnsc
Journeyman

also resolved bolding

 

<b>^(DOB;dateformat=MMM DD, YYYY)</b>

 

in case anyone else is new to HTML!