首页 / 词典 / good

strftime

strftimestrftime
  1. The strftime () function formats a local time or date according to locale settings .

    函数的作用是:根据区域设置格式化本地时间/日期。

  2. You won 't need all of them , so just import the strftime function .

    您不需要所有时间函数,只需要导入strftime函数即可。

  3. Zenity 's calendar also allows you to specify the format for output , using standard strftime () codes .

    Zenity的日历还允许您指定输出格式,即使用标准strftime()代码。

  4. Whatever your desired date format is , make sure you use the strftime function from the POSIX module to generate it .

    不管您希望使用什么日期格式,确保使用来自POSIX模块的strftime函数生成日期格式。

  5. The strftime () function has been extended in C99 to provide a few more commonly desired formatting characters .

    C99中对strftime()函数进行了扩展,以提供更多常用的格式化字符。

  6. So we use the strtotime function to convert this to an integer , and then strftime to format it for presentation .

    于是我们使用strtotime函数将其转化成整数,然后使用strftime格式化该整数,以便于表示。

  7. In this case , that expression is a call to the built-in strftime () function , which returns a standard timestamp string of the form : " Fri Oct2314:51:012009 " .

    在这种情况下,这个表达式调用内置的strftime()函数,这个函数会返回一个标准时间戳字符串:“FriOct2314:51:012009”。