You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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
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.
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.
It does the Date but not the time. Would be nice to have an option to add the time as well.
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.
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.
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.
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.
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.
Hi Community! We're thrilled to share that Team Calendars for Confluence is now a built-in feature for Confluence Data Center releases 7.11 and beyond. A long time favorite, Team Cale...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.