hi ,
I need to insert Null Value in the Variable (DateTime Stamp)
when i am sending the value 0000/00/00 00:00:00 (yyyy/MM/dd hh:mm:ss)
its throwing me that it cannot insert the year 2 in database.
I tried to create the null date using dateTimeFormat Service in webMethods 6.1.
i/o parameters :-
instring : 00000000(mmddyyyy)
current pattern : mmddyyyy
newpattern : yyyy/mm/dd hh:mm:ss
i am getting Output : 0002/00/31 12:00:00
but my required output is : 0000/00/00 00:00:00
Does any one share ther experiences …
how to insert null Date in variable(Type DateTime Format )
Thanks,