Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Is there an available addon or a macro I'm missing in order to popup a calendar screen, then choose the date being input onto the page?
Creating a new meeting agenda template where when the page is created, you click the "DATE" field, select the date of the meeting, then continue to build the agenda.
Thanks!
Hi Sean,
As far as I know, if you just type double forward slash inside a page, "//", it should bring a date picker in the latest versions of confluence.
This is bundled with the application :)
Cheers,
Rodrigo
Thanks!!! This works like charm.. Hidden Feature :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
THANKS!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this documented anywhere? I wonder what other similar tricks I might be missing out on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That was so quick
Thanks,
CJ
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Rodrigo Adami is there a way to enter the time as well?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The // spec is listed here under the Date Picker design docs:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But is there a macro to have that calendar pop-up (like when u use // ) appear dynamically on pages, so users can pick dates? The double forward slash appears only when creating the page but not active after publishing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are plannning to create a customized template, include this in your form (soy Template) , highlighted in bold. Then create a blueprint that accepts this value and then pass this on to the page created by the blueprint.
<div class="field-group">
<label for="some-date">{getText('some.blueprint.wizard.form.label.date')}</label>
<input id="some-date" class="datepicker-field date-field text" type="text" name="date" size="10" autocomplete="off">
</div>
More on creating blueprints here : https://developer.atlassian.com/display/CONFDEV/Confluence+Blueprints
Be sure to check out the child pages of the above link for more complex examples.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanx! I know it's an old thread, but above doesn't seem to work (anymore).
The URL provided by Nancy Lopez above here has another example:
<input class="aui-date-picker" id="demo-range-2" type="date" max="2012-01-25" min="2011-12-25" />
That one seems to work in Templates, but the style is different from Confluence Date-Picker..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried in Confluence 7.4. It shows while saving the template but not while creating the page. Later if you open the template in edit mode, the changes disappear.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Community,
Handy Date from Handy Macros for Confluence adds the ability to change dates in the page view mode without editing the page. It's available for any hosting. This app also includes macros to create dropdowns, buttons, timestamps, and others so you can get much more than just a date picker with its help. See the gif below for details
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For anyone else that's looking for an answer to how to do this in a template, it looks like you can insert "$currentDateLozenge" in the template to get the date picker, set to the current date by default. This appears to be how some default templates do it, and there's no need to use the Source Editor plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Time to change the accepted answer to the one with 27 upvotes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But is there a way for the Date Picker to be used without going into Edit mode?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Casey, do you want to change date without editing the page? If yes, take a look at Handy Macros add-on, it has Handy Date tool that makes date macros editable while viewing the page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, that seems to be just another add-on we have to purchase for such a simple functionality. We are limited on how much we are willing to spend on making Confluence become user friendly without spending.
I was hoping for an affordable option.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.