m_Macros[_T("TODAY")] = now.Format(_T("%Y-%m-%d"));m_Macros[_T("TODAY")] = now.Format(_T("%d.%m.%Y"));m_Macros[_T("TODAY_EU")] = now.Format(_T("%d.%m.%Y"));EDIT: (hack) you can also edit codeblocks.dll (with HxD, for example) and change the %Y-%m-%d string (search in Unicode) after TODAY to %d.%m.%Y;D
EDIT: (hack) you can also edit codeblocks.dll (with HxD, for example) and change the %Y-%m-%d string (search in Unicode) after TODAY to %d.%m.%Y