FormatDateTime(RSurvey)
FormatDateTime()所属R语言包:RSurvey
Build Date-Time String Formats
建立日期时间字符串的格式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A <acronym>GUI</acronym> for converting between character representations and objects of class &ldquoOSIXt”, calendar dates and times.
一个<acronym> GUI </首字母缩写>类的“POSIXt”日历日期和时间的字符表示的对象之间的转换。
用法----------Usage----------
FormatDateTime(sample = as.POSIXct("1991-08-25 20:57:08"),
fmt = NULL, parent = NULL)
参数----------Arguments----------
参数:sample
POSIXct or POSIXlt; a calendar date and time object.
POSIXct或POSIXlt的日期和时间对象。
参数:fmt
character; the conversion specification format for date-time values.
字符转换规范格式为日期时间值。
参数:parent
tkwin; the <acronym>GUI</acronym> parent window.
tkwin; <acronym> GUI </首字母缩写父窗口。
值----------Value----------
Returns a character string representing the formatted date-time value.
返回一个字符串格式化的日期时间值。
(作者)----------Author(s)----------
J.C. Fisher
参见----------See Also----------
strptime, format
strptime,format
实例----------Examples----------
FormatDateTime(fmt = "%d/%m/%Y")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|