Hi,
I want the datepicker to support keywords such as "TODAY" or "YESTERDAY".
What that means, is that either by typing it into the textbox or by using the footer with a "today" button, users can set the date to "Today".
That means I want the string "today" to be saved in the database and not the date of "today", because when the user comes back few days later I want to parse the string and show the actual today date and not one of the past.
In the grid filtering, I have already figured out how to get the string "today" from the database and convert into into today's date and place into the datetimepicker but I am having a hard time doing the saving of the special keyword.
Any help is appreciated
I want the datepicker to support keywords such as "TODAY" or "YESTERDAY".
What that means, is that either by typing it into the textbox or by using the footer with a "today" button, users can set the date to "Today".
That means I want the string "today" to be saved in the database and not the date of "today", because when the user comes back few days later I want to parse the string and show the actual today date and not one of the past.
In the grid filtering, I have already figured out how to get the string "today" from the database and convert into into today's date and place into the datetimepicker but I am having a hard time doing the saving of the special keyword.
Any help is appreciated