Command format:
date -s time_string
For example, to change only the system date without modifying the time (hours, minutes, seconds)
date -s 2016-03-16

Or to change only the time without modifying the date
date -s 10:08:00
Of course, you can also change both the date and time simultaneously
date -s "2016-03-16 04:53:00"