Store the Value of DatePicker and TimePicker Control in a SQLite Database and then Retrieve It
I wish to let a user pick a time and then store that time in my SQLite database. The problem I am having is SQLite doesn’t support the datetimeoffset format which the DatePicker/TimePicker control uses.
Store the Value of DatePicker and TimePicker Control in a SQLite Database and then Retrieve It
I wish to let a user pick a time and then store that time in my SQLite database. The problem I am having is SQLite doesn’t support the datetimeoffset format which the DatePicker/TimePicker control uses.