Very strange problem:
I have a viewcolumn that computes a datefield and converts the date into text :
@Text(DateField) + " - " + @Text(TimeField)
Instead of showing the text in the correct swedish time/date format (yyyy-mm-dd) it is displayed dd/mm/yyyy, and the time is converted into AM/PM display instead of 24-hour display. Howcome?? This worked perfectly on R5.
The server is set to correct dateformat, but the Domino server seems to ignore the servers settings.
Anyone know how to fix this?
Subject: AIX, Solaris, Linux, iSeries and zSeries platforms default datetime format fix
Per Lotus Knowledge Base document 1087088; AIX, Solaris, Linux, iSeries and zSeries servers notes.ini can have the following entry added to override the system default clock type:
ClockType=12_HOUR
Subject: Are you running Domino as a service?
Subject: RE: Are you running Domino as a service?
Yes… is that important in this case?
Subject: It sure is, because at the service level, a whole different set of settings apply.
You will have to regedit and find the keys"HKEY_USERS.DEFAULT\Control Panel\International"
Subject: RE: It sure is, because at the service level, a whole different set of settings apply.
Thank You! That did the trick…! I copied the registry keys from one of our Win2k servers and put it in the NT servers registry (at the location you provided) and restarted the server. Now it works perfectly!Thank you!
Subject: @Text(DateField) converts to incorrect dateformat
1- check the date time format for on domino server screen. and also check nt reginol settings formats.
Subject: RE: @Text(DateField) converts to incorrect dateformat
NT regional settings is correct: It has been set to YYYY-MM-DD, but the domino console still not using that format, but the amercial dateformat.
What to do next? Is there a setting somewhere in Domino to tell it to use the server setting and not anything else?
Subject: RE: @Text(DateField) converts to incorrect dateformat
1- cause of difference between Nt and domino date format is that domino is getting format from nt registry which is old format ruin.a- if u use not 6.0.1 upgrade it immediately.
b- update all sp patch of N/W2K…
c- from reginol setting, set as default language settings.
Subject: RE: @Text(DateField) converts to incorrect dateformat
a) I AM using 6.0.1. b) I HAVE the lates sp patch of NT/W2k.
c) Regional settings? Where? In NT/2k or in Domino? If in Domino - where do I set that? As I said before: The NT-server HAS the dateformat set to the correct yyyy-mm-dd.
Subject: RE: @Text(DateField) converts to incorrect dateformat
in NT Regional settings there must be a button for set as default language settings in the first tab.
if u can not solve this problem, install domino 6.0.1 onto another machine and test it. if ok move your notes dbs under data directory and test again. if ok back up your main domino server data directory and install everything again.
Subject: RE: @Text(DateField) converts to incorrect dateformat
No - there is no property or anything called “Set as default languagesettings” in the first tab.
I have another 6.01 server configured exactly the same - and there it is working correctly. The working server is a Win2000 server and this problem is occuring on an NT4 (SP6) server.
The strange thing is that the code worked previously - on the first 6.0 release. But after upgrading to 6.01 this became an issue.
Stumped… don’t know what to do…