Domino Code Fragment

Code Name*
Month number to name
Date*
10/31/1999
Source (or email address if you prefer)*
Jamie Magee
IP address:.18.118.24.128
Description*
Converts 1 to January, 2 to February, etc.
Type*
Formula
Categories*
Date/Time Handling
Implementation:
Modify constants
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:
@Select(@Month(YourDateFieldNameGoesHere); "January";"February"; "March"; "April"; "May"; "June"; "July"; "August"; "September"; "October"; "November"; "December")