I want to add 1 day to the given input date. The input date is in YYYY-MM-DD format.
Can anybady please let me know how can I do this using Syncsort?
Ex:
Input date: 2011-10-31 (Format: YYYY-MM-DD)
Output date after add 1 day: 2011-11-01 (Format: YYYY-MM-DD)
Thank you, Rajasekhar Jannu.