Code Monkey home page Code Monkey logo

format-hero's Introduction

Format Hero

A tiny tool to help create patterns. The first one is to create patterns for the DateTimeFormatter class.

1. DateTimeFormatter Pattern Fabricator

A tool to help build DateTimeFormatter patterns.

  1. Build Date Pattern, by Adding Only, from 3 options

    Separator is dash - by default (LATER: can be set via constructor or with method)

    Select "value"

    Year -> choose: 4 or 2 digits y

    Month -> choose: leading 0 or not M

    Day -> choose: leading 0 or not d

    Show updated pattern with multiple examples

DONE Select yyyy
DONE >> Pattern is 'yyyy', example: 2022
DONE Select M
DONE >> Pattern is yyyy-M, example: 2022-1
DONE Select dd
DONE >> Pattern is yyyy-M-dd, example: 2022-1-26
DONE Select MM
DONE >> Pattern is yyyy-MM-dd, example: 2022-01-26

format-hero's People

Contributors

tedyoung avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

format-hero's Issues

Add favicon

Add this:

<link rel="icon" href="https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/120/apple/285/woman-superhero-medium-dark-skin-tone_1f9b8-1f3fe-200d-2640-fe0f.png">

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.