Author Topic: datetime variable issue  (Read 1569 times)

0 Members and 1 Guest are viewing this topic.

BubbaSWalter

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: WizardsRWe
datetime variable issue
« on: September 13, 2016, 12:56:39 AM »
Bug:datetime variable issue
Info:IF you put 2 different format variables with out a space it will break.  ex. @datetime@[MMMM/d/YYYY h:mm tt] wont work but @datetime@[MMMM / d / YYYY h : mm tt]
How you produced this bug or came across it: I came across this while createing a time command so they can find out what time it is for me.
Image:

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: datetime variable issue
« Reply #1 on: September 13, 2016, 10:18:10 PM »
I just tested and both of these worked fine for me. Note: for year, you need yyyy in small case.

Command: Test1: @datetime@[MMMM/d/yyyy h:mm tt] and Test2: @datetime@[MMMM / d / yyyy h : mm tt]
Response: Test1: September/13/2016 10:16 PM and Test2: September / 13 / 2016 10 : 16 PM