MonthNo: DatePart text not number?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using the current expression MonthNo: DatePart("m",[InitialDate])

While I am receiving the correct numerical results, I would like to display
the results in the actual text (ie January instead of 1). I've tried format
in properties but it only allows for numerical formats.

I've looked everywhere for the answer (which I imagine is simple) but am
coming up short.

Thanks!
 
I should've known. thank you!! :)

Jerry Whittle said:
MonthText: Format([InitialDate],"mmmm")
--
Jerry Whittle
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.

triplespiral said:
I am using the current expression MonthNo: DatePart("m",[InitialDate])

While I am receiving the correct numerical results, I would like to display
the results in the actual text (ie January instead of 1). I've tried format
in properties but it only allows for numerical formats.

I've looked everywhere for the answer (which I imagine is simple) but am
coming up short.

Thanks!
 
Back
Top