Hello Guys, Im new on Autoit and i need help. My english is not good but i will try to explain what i pretend. In a Inputbox i pretend a Date! Like this: 12 September 2015. But show me this: 12 09 2015. I want in a Portuguese Language too. I use this: $TribunalLabel = GUICtrlCreateLabel("Tribunal da Comarca de Lisboa Norte", 8, 232, 301, 24) GUICtrlSetFont(-1, 12, 800, 0, "MS Sans Serif") $Dia = GUICtrlCreateLabel("Dia", 8, 256, 31, 24) GUICtrlSetFont(-1, 12, 800, 0, "MS Sans Serif") $DiadeTribunal = GUICtrlCreateInput((@MDAY+1 & "-" & @MON & "-" &@YEAR), 72, 256, 241, 21) finally the best, if someone can help me to make this: Saturday, 12 September 2015. thanks very much! Full text autoit: