I would use the methods from the clock component
Taifun
I would use the methods from the clock component
Taifun
The error message came from the MakeInstant method
Taifun
The error message came from the MakeInstant method
Hmm, means? What about my blocks?
Your blocks are correct
To get the error message, do this
MakeInstant(from)
Returns an instant in time specified by MM/dd/YYYY hh:mm:ss or MM/dd/YYYY or hh:mm.
Taifun
try a time in hh:mm:ss to get the error, for example 10:00:00
Keine Ahnung, wovon hier die Rede ist.
The only thing that must not be changed are the slashes (/)
in the date.
MM/dd/yyyy
or M/d/y
etc works, but not MM-dd/yyyy
or: MM/dd/yyyy hh:mm:ss a
or MM/dd/yyyy HH:mm:ss a
or MM/dd/yyyy HH:mm:ss
or HH:mm:ss
... because these also work.
You might want to suggest a more user friendly error message
Taifun
Thank you to all of you guys
I am so grateful your suggestions and guidelines that you all mentioned above
I will modify some blocks accordingly and see
The only thing that must not be changed are the slashes (/) in the date. MM/dd/yyyy or M/d/y etc works, but not MM-dd/yyyy [grafik] or: MM/dd/yyyy hh:mm:ss a or MM/dd/yyyy HH:mm:ss a or MM/dd/yyyy HH:mm:ss or HH:mm:ss ... because these also work.
update
I've changed the date to MM/dd/YYYY
and the time format to HH:mm:ss
it seems working fine
I've changed the date to MM/dd/YYYY
and the time format to HH:mm:ssit seems working fine
Exactly, that's what I'm talking about all the time.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.