• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

LUA Code to add todays date?

Candlejack

Don't hug me I'm scared
Joined
Jun 20, 2012
Messages
87
Reaction score
38
Location
nowhere
I want to add the date to a note that's given to a player.

This is an example of what I need.
Code:
            doSetItemText(license, "This note is for player: ".. getPlayerName(cid) .." on date: ".. [TODAYS DATE] ..".")

So the note would read: "This note is for player Candlejack issued on April 8th 2015"
Numeric date would be fine too.

It is possible to add todays date into that code? :) Any help would be apreciated
 
Back
Top