This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
– Microsoft SQL Server T-SQL date and datetime formats | |
– Date time formats – mssql datetime | |
– MSSQL getdate returns current system date and time in standard internal format | |
SELECT convert(varchar, getdate(), 100) – mon dd yyyy hh:mmAM (or PM) | |
– Oct 2 2008 11:01AM | |
SELECT convert(varchar, getdate(), 101) – mm/dd/yyyy - 10/02/2008 | |
SELECT convert(varchar, getdate(), 102) – yyyy.mm.dd – 2008.10.02 | |
SELECT convert(varchar, getdate(), 103) – dd/mm/yyyy | |
SELECT convert(varchar, getdate(), 104) – dd.mm.yyyy | |
SELECT convert(varchar, getdate(), 105) – dd-mm-yyyy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function postDataToWebhook(data){ | |
//get the values needed from the passed in json object | |
var userName=data.name; | |
var userPlatform=data.platform; | |
var userEmail=data.email; | |
//url to your webhook | |
var webHookUrl="webhook_url"; | |
//https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest | |
var oReq = new XMLHttpRequest(); |
À la recherche d'un Dev pour lancer ton MVP ? À la recherche d'un projet pour continuer à progresser après ton Bootcamp ? Rejoins le groupe Facebook MVP and Alumni
- Website: https://stimulusjs.org/
- GitHub repo: https://github.com/stimulusjs/stimulus
- Handbook: https://stimulusjs.org/handbook/introduction
- Discourse: https://discourse.stimulusjs.org/
initialize
: once, when the controller is first instantiatedconnect
: anytime the controller is connected to the DOM
Superdocu celebrates two years in business. It wouldn’t be there without all the resources we read, the podcasts we listened to, and the people we met. It’s time for us to give back in a series of posts, where we’ll reflect on our journey: marketing, design, entrepreneurship, and strategy are topics I’ll talk about.
- Lesson 1: How to define your startup’s brand identity?
- Lesson 2: Positioning is crucial for any startup
- Lesson 3: When you should automate stuff (or not)
- Lesson 4: Freelancing while growing your (boostrapped) startup is a good idea
- Lesson 5: [Good things come to those who wait (and hustle in the meantime)](https://www.linkedi