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
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!
Solved! Go to Solution.
Try this:
~(dob;dateformat=DDDD, MMMM D, YYYY)
Try this:
~(dob;dateformat=DDDD, MMMM D, YYYY)
thank you! it just keeps getting better!
RESOLVED! I used the following format
^(DOB;dateformat=MMM DD, YYYY).
Now I am looking for the command to Bold it.
also resolved bolding
<b>^(DOB;dateformat=MMM DD, YYYY)</b>
in case anyone else is new to HTML!
