Practitioner
DOB long (letter) format
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2024
08:51 AM
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!
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2024
09:11 AM
Try this:
~(dob;dateformat=DDDD, MMMM D, YYYY)
______________
Full Disclosure: I do not work for PowerSchool
Full Disclosure: I do not work for PowerSchool
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2024
09:11 AM
Try this:
~(dob;dateformat=DDDD, MMMM D, YYYY)
______________
Full Disclosure: I do not work for PowerSchool
Full Disclosure: I do not work for PowerSchool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2024
11:39 AM
thank you! it just keeps getting better!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2024
09:32 AM
RESOLVED! I used the following format
^(DOB;dateformat=MMM DD, YYYY).
Now I am looking for the command to Bold it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2024
09:38 AM
also resolved bolding
<b>^(DOB;dateformat=MMM DD, YYYY)</b>
in case anyone else is new to HTML!
