Help

We’ve Expanded AI Support! We’ve broadened AI assistance across additional PowerSchool solutions, making it easier to get guidance when you need it. Learn More

DOB long (letter) format

burnsc
Practitioner

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
Practitioner

thank you! it just keeps getting better!

burnsc
Practitioner

RESOLVED! I used the following format 

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

Now I am looking for the command to Bold it.

burnsc
Practitioner

also resolved bolding

 

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

 

in case anyone else is new to HTML!