Search:

Type: Posts; User: ShaunB

Search: Search took 0.10 seconds.

  1. Re: Working out the day from numeric date (dd/mm/yy format).

    I success with working out the day from the date: The only anomoly in my code is that it thinks that 1900 is a leap-year and so returns the wrong days for January and February of that year (that's...
  2. Re: Working out the day from numeric date (dd/mm/yy format).

    I've found something that I understand here: How to calculate mentally the day of the week for any so, once I have a piece of code working, I'll post it if people are intersted to see it?

    Regards,...
  3. Re: Working out the day from numeric date (dd/mm/yy format).

    Thanks for the compliment about my Java program code. Code, in computing terms, is only what the processor understands and that's never readable unless you think in hex or binary.

    I'm only taking...
  4. Re: Working out the day from numeric date (dd/mm/yy format).

    Because it's an assignment for my Advanced Programming module, which doesn't seem to have a great deal of advanced programming attached to it outside some stuff I did in the first year by mistake and...
  5. Working out the day from numeric date (dd/mm/yy format).

    Hi All,

    Well, I'm back with my Java head on after doing some more logical, straight forward and easier to understand 6502 programming. I have a date class with error checking (ie, valid leap-years...
Results 1 to 5 of 6