marlou knowledge base
Data
DevOps
Divers
Network
Languages
Platforms, frameworks and libs
Security
Software Engineering
Systems
Tools
Web
GitHub
Data
DevOps
Divers
Network
Languages
Platforms, frameworks and libs
Security
Software Engineering
Systems
Tools
Web
GitHub
  • HTML

    • html tips
  • CSS

    • css - BEM
    • css - conventions
    • CSS
    • CSS Preprocessors
    • css selectors
    • css tips
  • JavaScript

    • JavaScript - overview
    • ES6 - overview
    • ES6 proxies
    • ES6 - Promises
    • JavaScript best practices
    • closures
    • database
    • Modules
    • webapp build
    • dates in JavaScript
      • specs
      • libs
      • common issues
    • JavaScript Math
    • SPA software architecture
    • browser geoloc
    • jsdoc
    • double negation !!
    • download files
    • duck typing
    • fetch API
    • fonctions anonymes
    • iframe
    • named function vs expression function
    • function invocation patterns
    • samples and miscs
    • prototype
    • simple-logger
    • this keyword
    • webstorage
    • TypeScript
  • Java

    • java - ant
    • java - jackson
    • java - jpa
    • java security links
  • Rust

    • rust install
    • rust overview
  • SQL

    • ACID
    • PostGre setup

# dates in JavaScript

# specs

RFC2822 Internet Message Format : 3.3. Date and Time Specification

Date : developer.mozilla.org

www.ecma-international.org : Date Time String Format

# libs

  • momentjs
  • dayjs

# common issues

A Bad Date With Internet Explorer 11: Trouble With New Unicode Characters in JavaScript Date Strings

← webapp build JavaScript Math →