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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top