Your
is closing your application, I suppose.
Just delete it and everything should be fine. It does not make sense anyway since it is the last command in the if-Statement and after that, the if-statement is finished anyway and the compiler will go to the next line of code.
regards
int main
Btw.: This date is not a military date-format. It simply is the Julianic Calender (or hwo it may be called in english).
A military date has the format of:
two digits for the day
two digits for the hour
two digits for the minutes
one letter for the timezone
a space
three letters for the month
a space
four digits for the year
Example: today, 1:15 p.m. in Germany would be:
011315B Jul 2008 during summertime, all time-zones shift one up.
which equals:
011115Z Jul 2008 using Zulu as a reference
which equals:
011515D Jul 2008 Using Moscow-time as a reference
and so on.