Forum Software Ferduino code Date language

Date language  [SOLVED]


Post Number:#1 Post Mon Mar 09, 2015 6:07 pm
Posts: 13
Topics: 3
Solve rating: 0
Joined: Mon Mar 09, 2015 4:56 pm
Topics: 3
Age: 40
Gender: None specified
National Flag:
United States of America
Hi, thanks for the add on the forum. First off I would like to thank you for all your work with the ferduino controller. This thing is amazing. One issue I noticed with the web control beta version. My date says "monday 9 de march" how do I change this to have "of" instead of "de"?

-------------------------------- Last edited Mon Mar 09, 2015 1:43 pm --------------------------------

I finally found it. If anyone else wants to change it, look under Inicio tab.

    setFont(SMALL, 255, 255, 0, 0, 0, 0);
    myGLCD.print(rtc.getDOWStr(FORMAT_LONG), 10, 227);
    myGLCD.printNumI(t.date, 75, 227);
    myGLCD.print("of", 95, 227);
    myGLCD.print(rtc.getMonthStr(FORMAT_LONG), 125, 227);
    myGLCD.print("of", 205, 227);
    myGLCD.printNumI(t.year, 225, 227);
Last edited by Fernando Garcia on Mon Mar 09, 2015 6:45 pm, edited 1 time in total.
Reason: Please use tags [code][/code] to post any code here.

Post Number:#2 Post Mon Mar 09, 2015 6:50 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

Welcome John!

Glad to hear that you found it alone. It shows that you are trying learn.

Please mark this topic as solved clicking on icon "accept this answer" bellow of your answer.

Best regards
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.




Return to Ferduino code





Who is online

Users viewing this topic: No registered users and 1 guest

cron