Giter VIP home page Giter VIP logo

datefromat's Introduction

dateFromat

时间序列化控件

参数

@param {时间戳} date

@param {输出格式分割符 默认 ","} splitter

@param {输出格式,默认 "2019,12,26"} fromat

YYYY 年 (2019)
YY 简写年(19)
MM 英文月 (December)
chMM 中文月(12月)
M 简写英文月(Dec)
DD 日(26)
hh 小时(09)
mm 分钟(12)
ss 秒(56)
chWe 中文星期
We 英文星期 Monday
W 英文简写星期 Mon
TT 上午下午 AM/PM
chTT 中文上午下午

DEMO

1、dateFromat(1577366955076,"YYYY MM DD hh mm ss W TT") //"2019,December,26,21,29,15,Fr,PM"
2、dateFromat(1577366955076,"YY M DD hh mm ss W TT") //"19,De,26,21,29,15,Fr,PM"
3、dateFromat(1577366955076,"MM YYYY","-") //"December-2019"
4、dateFromat(1577366955076,"chMM YYYY","-") //"十二月-2019"
5、dateFromat(1577366955076,"chMM YYYY chWe","-") //"十二月-2019-星期六"
6、dateFromat(1577366955076,"M YYYY W","-") //"De-2019-Fr"
7、dateFromat(1577366955076,"YYYY MM We","-") //"2019-December-Friday"

datefromat's People

Contributors

lesini avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.