Skip to content
View microvn's full-sized avatar
Block or Report

Block or report microvn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. nextjs-startkit nextjs-startkit Public

    Next.js (12) Custom Server + React 17 + Redux + Redux Saga

    JavaScript 48 15

  2. es6-crawler-base es6-crawler-base Public

    JavaScript 4 3

  3. es6-express-mysql-mongodb-testing-docker es6-express-mysql-mongodb-testing-docker Public

    JavaScript 4 3

  4. RE_DateTime.markdown RE_DateTime.markdown
    1
    # Regular Expression Code
    2
    
                  
    3
    > ((\d{1,2}:)?[0-5]?\d:[0-5]?\d)((\s|\'|\||-|,|(PM|AM)|T)*)(((3[01]|[12][0-9]|0[1-9]|[1-9])|([0-9]{4}))(\/|\-|\|)(1[0-2]|0[1-9]|[1-9])(\/|\-)([0-9]{4}|(3[01]|[12][0-9]|0[1-9]))?)|((((3[01]|[12][0-9]|0[1-9]|[1-9])|([0-9]{4}))(\/|\-|\|)(1[0-2]|0[1-9]|[1-9]|\w{3})(\/|\-)([0-9]{1,4}|(3[01]|[12][0-9]|0[1-9])))(((\s|\'|\||-|,|T)*)((\d{1,2}:)?[0-5]?\d:[0-5]?\d[zZ]))?)
    4
    5
    This is the Regular Expression that helps you match basic datetime formats before you bring it to the datetime format library. This is RE to help you, it's not 100% true different countries.