i define this:DATE$ $TIME$,get 2016/2/11 . want 2016-2-11
handsome1234
Posts: 3
in Snippets manager i define this:
edit $DATE$ $TIME$
now it i can get
edit 2016/2/11 21:13
but i want to get the follow:
edit 2016-2-11 21:13
what can i do next ?
edit $DATE$ $TIME$
now it i can get
edit 2016/2/11 21:13
but i want to get the follow:
edit 2016-2-11 21:13
what can i do next ?
Comments
You can specify custom date formats in the Snippet Manager, there's some more information here:
https://documentation.red-gate.com/disp ... g+snippets
The snippet you’re describing would look like this:
Thanks
Ali