1
VoxCommando Basics and Core Features / Re: Want to use vox as an alarm clock need explanation of (A)Contains(B)
« on: December 23, 2011, 09:37:40 AM »
Military time is just a 24 hour clock so that you can omit AM and PM.
So 08:00 would be 8:00AM, whereas 13:00 would be 1:00PM.
So You'd basically just have to use {1}:{2} and then add some conditionals (0<={1}<=12) and (if (0<={1}<=9) then {1} = 0{1}) or what have you (this last one might apply to {2} as well depending on how you say the time)
So 08:00 would be 8:00AM, whereas 13:00 would be 1:00PM.
So You'd basically just have to use {1}:{2} and then add some conditionals (0<={1}<=12) and (if (0<={1}<=9) then {1} = 0{1}) or what have you (this last one might apply to {2} as well depending on how you say the time)