先上结论:这是不可能的。
根据帮助文档中的reference,
"An idealized naive date, assuming the current Gregorian calendar always was, and always will be, in effect. Attributes: year, month, and day."
所以如果你这个是datetime的,这3个元素是一定会表示出来的,无论以什么样的format,什么样的顺序。
先上结论:这是不可能的。
根据帮助文档中的reference,
"An idealized naive date, assuming the current Gregorian calendar always was, and always will be, in effect. Attributes: year, month, and day."
所以如果你这个是datetime的,这3个元素是一定会表示出来的,无论以什么样的format,什么样的顺序。