Jump to content

3.1.1 stable - _NowDate() under Win98SE


Recommended Posts

  • Developers

Hi again,

also

"_Now" and "_NowTime" won't work under 98SE.

But "_NowCalc" and "_NowCalcDate" are OK.

Greetings

Lars

<{POST_SNAPBACK}>

This has always been the case because the registry info isn't available for date/time format as in winxp...

I am open for suggestions....

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

This has always been the case because the registry info isn't available for date/time format as in winxp...

I am open for suggestions....

<{POST_SNAPBACK}>

Hello JdeB,

thanks for your reply.

I didn't know that. Maybe a compatiblity information in the helpfile would be great in general. Or is a list with compatiblity informations allready existing?

I imagine that below each article in the helpfile a compatiblity information could be given in a few lines like the following examle:

Compatiblity Info:

WIN95 [x]    WIN98 [-]   WINME [x]   WINNT4 [?]  WIN2K [x]   WINXP [!]

legend:

x = works under all circumstances

- = does not work at all

? = not fully tested

! = special comment (e.g: does not work under XP SP1)

This would be very useful.

Greetings Lars

Link to comment
Share on other sites

  • Developers

Hello JdeB,

thanks for your reply.

I didn't know that. Maybe a compatiblity information in the helpfile would be great in general. Or is a list with compatiblity informations allready existing?

I imagine that below each article in the helpfile a compatiblity information could be given in a few lines like the following examle:

Compatiblity Info:

WIN95 [x]    WIN98 [-]   WINME [x]   WINNT4 [?]  WIN2K [x]   WINXP [!]

legend:

x = works under all circumstances

- = does not work at all

? = not fully tested

! = special comment (e.g: does not work under XP SP1)

This would be very useful.

Greetings Lars

<{POST_SNAPBACK}>

Agree it should be mentioned in the helpfile and i will see to that...

I actually only noticed it myself a few months ago while its already out for a long time and have it on my list to see if it can be fixed ....

So as mentioned ... ideas are welcome.....

EDIT: i will update the 3 functions to default to MM/DD/YYYY and HH:MM:SS when the PC date and timeformat isn't found in the registry ......

Edited by JdeB

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Agree it should be mentioned in the helpfile and i will see to that...

I actually only noticed it myself a few months ago while its already out for a long time  and have it on my list to see if it can be fixed ....

So as mentioned ... ideas are welcome.....

EDIT: i will update the 3 functions to default to MM/DD/YYYY and HH:MM:SS when the  PC date and timeformat isn't found in the registry ......

<{POST_SNAPBACK}>

That might hurt code if the consistency of the function is not the same...Just my 1 1/2 cents (I'm poor).

Writing AutoIt scripts since

_DateAdd("d", -2, _NowCalcDate())
Link to comment
Share on other sites

  • Developers

That might hurt code if the consistency of the function is not the same...Just my 1 1/2 cents (I'm poor).

<{POST_SNAPBACK}>

Don't understand why it possibly would hurt any code if the purpose of the function is to return the date in the PC's format ?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...