查看“时间格式的处理”的源代码
←
时间格式的处理
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
*[[儒略日]]计算 Jul=Julday(month,day,year,hour,minute,second) *由儒略日计算date CALDAT, Jul, Month [, Day [, Year [, Hour [, Minute [, Second]]]]] *生成儒略日时间 MyTimes = TIMEGEN(365, UNITS="Days") + SYSTIME(/JULIAN) MyTimes = TIMEGEN(12, UNITS="Months", START=JULDAY(1,1,2000)) * 画图,时间坐标 label_date 例: dummy = LABEL_DATE(DATE_FORMAT='%M%Z') mytimes=timegen(12,unit='months'',start=julday(1,1,2012)) y=findgen(12) plot,mytimes,y,xtickformat='label_date' DATE_FORMAT 格式 %M for month %N for month (2 digit abbr) %D for day of month, %Y for 4 digit year. %Z for last two digits of year. %W for day of week For time: %A for AM or PM %H for Hours, 2 digits. %I for minutes, 2 digits. %S for Seconds, 2 digits. %0--%9 following %S, indicates digits after decimal point. %% is % 例子 '%D/%N/%Y' yields 11/12/1993 '%M!C%Y' yields DEC on the top line, 1993 on the bottom (!C is the new line graphic command). [[astro_lib]]中的儒略日相关程序
返回至“
时间格式的处理
”。
导航菜单
个人工具
登录
命名空间
页面
讨论
大陆简体
已展开
已折叠
查看
阅读
查看源代码
查看历史
更多
已展开
已折叠
搜索
导航
首页
社群首页
最近更改
随机页面
帮助
工具
链入页面
相关更改
特殊页面
页面信息