TEXT(date)?

  • Thread starter Thread starter JMF
  • Start date Start date
J

JMF

As you know, the function

=DATEVALUE("8/22/2008")

produces a date from its corresponding text representation.

I want to go the OTHER way. That is, I want to take a date and produce its
text representation (I'll settle for any reasonable format).

How might I go about doing that?

Thanks,

John
 
Your answer is in your question!!

try:
=TEXT(TODAY(),"dd-mm-yy") or any other reasonable date-style format
 
Well what do you know! I guessed right without even knowing it!

Thanks!

John
 

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

Back
Top