pralash
29th November 2017, 09:47
Hi,
I'm new for LN Programming... I want to know that there is any predefined LN function is available for checking whether the given input is a date or not. Can you please let me about it if there is any function for checking the date...
Thanks in advance,
Regards,
Pralash

bdittmar
29th November 2017, 10:13
Hi,
I'm new for LN Programming... I want to know that there is any predefined LN function is available for checking whether the given input is a date or not. Can you please let me about it if there is any function for checking the date...
Thanks in advance,
Regards,
Pralash

Hello,
define the Input field as date.

Regards

bhushanchanda
29th November 2017, 10:48
Hi,

If the field has a domain related to date or utc e.g. tcdate or tfgld.date, the input will always be date.

If the field is a string you can use sprintf$() or manually parse the string in check.input to validate it.

pralash
29th November 2017, 11:25
Thanks for your information...
Regards,
Pralash