Page 1 of 1

Simple time and date

Posted: Sun Aug 25, 2013 7:16 pm
by DrGirlfriendMD
Here are a couple simple time and date scripts that I made for my room.

Code: Select all

<command type="script">
<in>what time is it</in>
<in>whats the time</in>
<in>what time do you have</in>
<in>!time</in>
<out>#c1#The current time is: #c51#%TIME% #c1#(EST)</out>
</command>

<command type="script">
<in>whats todays date</in>
<in>whats today's date</in>
<in>what is todays date</in>
<in>what is today's date</in>
<in>what day is it</in>
<in>what day is today</in>
<in>what day is it today</in>
<in>!date</in>
<out>#c1#Today is #c51#%LONGDATE%</out>
</command>
Enjoy!