Advertisement
Guest User

time

a guest
Aug 27th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. local time = os.time()
  2. local formattedTime = textutils.formatTime(time, false)
  3. print("This time is "..formattedTime.."!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement