Skip to content

Instantly share code, notes, and snippets.

View rodrigorojo's full-sized avatar

L. Rodrigo Rojo Morales rodrigorojo

View GitHub Profile

UI settings

{
    "workbench.editor.highlightModifiedTabs": true,
    "workbench.settings.editor": "json",
    "files.trimFinalNewlines": true,
    "editor.fontSize": 14,
    "editor.formatOnSave": true,
    "editor.formatOnPaste": true,
 "editor.minimap.enabled": false,

Date Format

Format Result
EEEE, MMM d, yyyy Wednesday, Sep 12, 2018
MM/dd/yyyy 09/12/2018
MM-dd-yyyy HH:mm 09-12-2018 14:11
MMM d, h:mm a Sep 12, 2:11 PM
MMMM yyyy September 2018
MMM d, yyyy Sep 12, 2018

Docker Cheat Sheet

Login

docker login --username=<username>

Build