[問題]新手問題日期顯示(mm/dd/yyyy)

作者: NaiveRed (天真紅)   2014-09-26 16:17:15
開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
code blocks
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
應該是沒有QQ
問題(Question):
如何讓日期顯示出0,而不是自動省略
餵入的資料(Input):
01/01/2014
預期的正確結果(Expected Output):
希望是20140101
錯誤結果(Wrong Output):
也不算是錯誤,201411
程式碼(Code):(請善用置底文網頁, 記得排版)
http://codepad.org/xLy5sPkF
補充說明(Supplement):
感覺是鳥問題
但實在查不到要怎用= =
希望能告訴我要爬甚麼關鍵字或怎麼做
謝謝
作者: bibo9901 (function(){})()   2014-09-26 16:19:00
%02d
作者: MOONRAKER (㊣牛鶴鰻毛人)   2014-09-26 17:18:00
你改成04d看看不就知道了
作者: NaiveRed (天真紅)   2014-09-26 18:26:00
了解 !!感謝
作者: tomnelson   2014-09-27 00:30:00
02的2表示最長兩位數,而0表示位數不足2位數,前面要補0.建議查一下printf的用法,其實這個說明中都有寫了.
作者: yajinyee0306   2014-10-03 09:23:00
printf("%04d%02d%02d",year,month,day);剛按錯= =幫你補個水...

Links booklink

Contact Us: admin [ a t ] ucptt.com