Comparing date in siebel e-script (java)
Hello Team,
Is there any function available in siebel8.1 for date comparison?
I have two dates in different format as below:
Is there any function available in siebel8.1 for date comparison?
I have two dates in different format as below:
vDate: Tue Nov 05 2013 14:09:59 // This is the result of vDate = new Date() function.
eDate: 11/29/2013 19:01:34 // This is the result of eDate = GetFieldValue("Expiration Date")
I want to compare both the above dates.
Is there any suitable solution for this issue?
I am using java e-script for scripting.
Thanks in advance.
Regards,
Sachi
I am using java e-script for scripting.
Thanks in advance.
Regards,
Sachi
1