hi,
im trying to convert string to date. i am extracting a date value from a form using ActiveDate.valueStr() and storing this into a string var. i have put this into a container, converted the container into a string using con2str() and attached it to args, args.parm(strcon). i am passing this through an action menu item, and when i receive the value there through the same args.parm(), i am converting the string back to container and using conpeek() to extract the value. i am storing the extracted value back into a string. now i have created an edt called activeDate which is of type date and creating an instance of that and using str2date(str,123) i am trying to store it back into the activeDate instance but its showing the default value of 1/1/1900. on debugging its only at this statement where its not converting it.
*This post is locked for comments