Use the Call Script Event Command
$game_variables[id] = (something here)
replace (something here) with
$game_time.time to output the time => 12:00 AM
$game_time.full_time to output everything 12:00 AM Monday, Janurary 1, 2000
$game_time.current_month to output the current month
$game_time.current_day to output the current_day
Also there is
$game_time.(time)
where (time) is either minute, hour, day, month, year to get that value
and then you can print it in a message event command
Also there was no need to bump I merged your posts (since it was a valid doublepost) just remember that for next time