answersLogoWhite

0

The CTOD() function converts character data to a date value.

The DTOC() function converts a date value to character data.

Example:

SET CENTURY ON && Shows the century value.

STORE DATE() TO val && Store today's date value.

STORE DTOC(val) TO str && Store the date value as character data.

? 'Today is ', str && Print today's date.

STORE CTOD(str) + 90 TO exp && Store the date 90 days from today.

? 'Your 90-day warranty expires on ', DTOC(exp) && Print the expiry date.

User Avatar

Wiki User

8y ago

Still curious? Ask our experts.

Chat with our AI personalities

RossRoss
Every question is just a happy little opportunity.
Chat with Ross
CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
More answers

Dtoc

User Avatar

Anonymous

4y ago
User Avatar

Dotc

User Avatar

Anonymous

4y ago
User Avatar

Dotc

User Avatar

Anonymous

4y ago
User Avatar

Add your answer:

Earn +20 pts
Q: What is the reverse of the CTOD function?
Write your answer...
Submit
Still have questions?
magnify glass
imp