VoiceGuide IVR Software Main Page
Jump to content

Speak Time And Date

Recommended Posts

How would you use the modules to say the Time and Date.

 

Ex.. Press 1 to hear the current Time and Date

Share this post


Link to post

The "Say Number" module can speak Date & Time supplied in two formats:

 

MMDDHHNN

DDMMHHNN

 

you will need to write a shot VBScript which will assign a Result Variable in this format.. The critical line of your scritpt will be:

 

sDate = Format(Now, "DDMMHHNN")

 

 

Please see the Help file's section of "Run VBS" module for information on how you need to write the script to return the data to the Result Varaible you an then use in the "Say Number" module...

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×