OK. We fixed the problem with the time code. You can now enter
";;3:00pm" and the system will interpret it correctly.
Our goal is to allow for as many different ways of entering the time as possible. So you do not have to use military time. for instance, all the codes below are equivalent:
";;Monday at 3 pm"
";;Monday 3pm"
";;mon 3pm"
";;m3pm"
";;m 1500"
If it happens to be Sunday after 3pm, it would suffice to say
";;3pm"
and onlinehomebase would assume you mean the next "3pm" coming up, i.e. Monday's.
Marc.