zoukankan      html  css  js  c++  java
  • 01_date

    1.definition
        date - print or set the system date and time
    2.SYNOPSIS
        2.1 Display the current time in the given FORMAT.
            date []... [+FORMAT]
            FORMAT : refers to formatting symbols
                You can look it up in the man manual
        2.2 Set the system date.
            date [MMDDhhmm[[CC]YY][.ss]]
                MM : refers to month
                DD : refers to day
                hh : refers to hours
                mm : refers to minutes
                YY : refers to two-digit years
                CCYY : refers to four-digit years
                .ss : refers to seconds 
            e.g : Set the time to 17:01 am 21 seconds on August 15, 2015
                # date 0815170115.21   

  • 相关阅读:
    读取csv遇到的双循环
    hadoop环境配置
    mysql的查询
    mysql的基本操作
    mysql与python的交互
    设置自动获取IP和DNS
    pyecharts绘制地图
    集合 set方法
    字符串 string方法
    字典 dict方法
  • 原文地址:https://www.cnblogs.com/liujun5319/p/9600748.html
Copyright © 2011-2022 走看看