I had to update the date values in the MSSQL database table for tests and demo. I needed to set random Dates from the specific range.
(read more...)I had to update the date values in the MSSQL database table for tests and demo. I needed to set random Dates from the specific range.
(read more...)Source: A date in string format, for example, "2015-04-21".
The task: To find a date minus 1 day from the source.
Solution:
(read more...)