Template:VisuMZ Date and Time System Text Codes

From Yanfly.moe Wiki
Jump to navigation Jump to search

The following are text codes that you may use with this plugin.

Game Time-Related Text Codes

DateTimeSystem Preview1.gif

---

Text Code Effect (Requires VisuMZ_1_MessageCore)
<GameYear> Returns the Game Time year's number.
<GameYearP> Returns the Game Time year's number twice padded.
<GameMonth> Returns the Game Time month's name.
<GameMonthA> Returns the Game Time month's abbreviated name.
<GameMonthN> Returns the Game Time month's number.
<GameMonthP> Returns the Game Time month's number twice padded.
<GameSeason> Returns the Game Time current season's name.
<GameDate> Returns the Game Time date's number.
<GameDateP> Returns the Game Time date's number twice padded.
<GameWeekday> Returns the Game Time weekday's name.
<GameWeekdayA> Returns the Game Time weekday's abbreviated name.
<GameWeekdayT> Returns the Game Time weekday's type.
<GameHour> Returns the Game Time hour's number.
<GameHourP> Returns the Game Time hour's number twice padded.
<GameHourM> Returns the Game Time military hour's number.
<GameHourP> Returns the Game Time military hour's number padded.
<GameMinute> Returns the Game Time minute's number.
<GameMinuteP> Returns the Game Time minute's number twice padded.
<GameMeridiem> Returns the Game Time meridiem (AM/PM).
<GameDayCycle> Returns the Game Time day cycle.

---

Real Time-Related Text Codes

DateTimeSystem Preview1.gif

---

Text Code Effect (Requires VisuMZ_1_MessageCore)
<RealYear> Returns the Real Time year's number.
<RealYearP> Returns the Real Time year's number twice padded.
<RealMonth> Returns the Real Time month's name.
<RealMonthA> Returns the Real Time month's abbreviated name.
<RealMonthN> Returns the Real Time month's number.
<RealMonthP> Returns the Real Time month's number twice padded.
<RealSeason> Returns the Real Time current season's name.
<RealDate> Returns the Real Time date's number.
<RealDateP> Returns the Real Time date's number twice padded.
<RealWeekday> Returns the Real Time weekday's name.
<RealWeekdayA> Returns the Real Time weekday's abbreviated name.
<RealWeekdayT> Returns the Real Time weekday's type.
<RealHour> Returns the Real Time hour's number.
<RealHourP> Returns the Real Time hour's number twice padded.
<RealHourM> Returns the Real Time military hour's number.
<RealHourP> Returns the Real Time military hour's number padded.
<RealMinute> Returns the Real Time minute's number.
<RealMinuteP> Returns the Real Time minute's number twice padded.
<RealSecond> Returns the Real Time second's number.
<RealSecondP> Returns the Real Time second's number twice padded.
<RealMeridiem> Returns the Real Time meridiem (AM/PM).
<RealDayCycle> Returns the Real Time day cycle.

---