You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello
Is it possible to change the Date/Time Format in Bamboo to use the the european type instead of the US format?
Especially the I would like to have the 24H Format for time.
Try changing the following entries in BambooActionSupport.properties:
global.dateFormat.date = dd MMM yyyy
global.dateFormat.datetime = dd MMM yyyy, h:mm:ss a
global.dateFormat.time = h:mm:ss a
global.dateFormat.ago = ago
# Webwork default values
webwork.date.format=dd MMM yyyy, h:mm:ss a
sounds promising but...
where do i find the BambooActionsupport.properties?
I'm using Bamboo 3.4.3 on Java 32 bit 1.6.25
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Look for atlassian-bamboo-language-3.4.3.jar in your Bamboo installation directory
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks a lot, it worked
only needed some time to figure out, how to modify a jar file (i'm new to this stuff)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is hacking inside a jar file realy such a good idear?
You would have to do this again after any update...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
IMHO its a terrible idea
but there is no other way
and yes, you have to change it after every update
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.
no
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.
We've got this issue as well and I can't say modifying a jar file to set date format sounds like a good idea...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Do you know Atlassian add this setting to GUI without editing jar files?
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.
I’m aghast. Well-known issue, quite easy to fix. If at least Atlassian had settled for a more universal, scientific format.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd prefer a cleaner way than above solution. Is it really that hard to allow users to change such a setting?
The other Atlassian products allow to do that in the UI; having a configuration file outside the JAR overriding the default shouldn't be too difficult IMO:
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.