Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #21

    Default Re: date

    Because of the convert function in the query I'm assuming your using sql server

    Research the DATEDIFF function

    Ken
    The ScareCrow Guest

  2. Similar Questions and Discussions

    1. JSObject returns wrong date. How can Iextract correct date from digital signature?
      I'm trying to extract name and date from digital signatures by using JSObject in Excel VBA, but JSObject returns wrong date. Year, month, hour and...
    2. #39245 [NEW]: date function generate wrong date with 1162083600 timestamp
      From: lohner at aldea dot hu Operating system: Linux PHP version: 5.1.6 PHP Bug Type: Date/time related Bug description: ...
    3. converting date into database date format(newbie)
      Hi! U can convert "8-Aug-03" into mysql date which requires yyyy-mm-dd format as below. <?php date("Y-m-d",strtotime("8-Aug-03")); ?>
    4. How do I manipulate a date variable to a specific date array?
      Hi, I use the getdate() function to return today's date in an array. I do this as I need to separate the day/month/year as to display them in a...
  3. #22

    Default Date

    I am using the .net calander control and it return the date in MM/DD/YY.
    Where the server is setup DD/MM/YY.

    Can am one tell me why date would come out diiferent to the server regional
    seting?

    Where does the it get the date format from and how can I force it to be
    DD/MM/YY format?


    Aubyone Guest

  4. #23

    Default Re: Date

    hi there

    i suggess you have a look at this link

    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemGlobalizationDateTimeFormatInfoClassTop ic.asp[/url]

    you can also have a look at

    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconstandarddatetimeformatstrings.asp[/url]

    it's an example on how to set your own dateformat.

    if it doesnt help, please let me know.

    Jules





    "Aubyone" <Aubyone@discussions.microsoft.com> wrote in message
    news:9E5550D5-8D10-4AFA-AF3E-91EF99C4B037@microsoft.com...
    >I am using the .net calander control and it return the date in MM/DD/YY.
    > Where the server is setup DD/MM/YY.
    >
    > Can am one tell me why date would come out diiferent to the server
    > regional
    > seting?
    >
    > Where does the it get the date format from and how can I force it to be
    > DD/MM/YY format?
    >
    >

    Jules Guest

  5. #24

    Default Re: Date

    Thanks

    The worry date format was being used it the app finally all the date setting
    were changed in regedit, happily this worked so did not have to force the
    date format in the app.

    But thanks for article links they were interesting and may be helpfully it
    the further.

    "Jules" wrote:
    > hi there
    >
    > i suggess you have a look at this link
    >
    > [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemGlobalizationDateTimeFormatInfoClassTop ic.asp[/url]
    >
    > you can also have a look at
    >
    > [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconstandarddatetimeformatstrings.asp[/url]
    >
    > it's an example on how to set your own dateformat.
    >
    > if it doesnt help, please let me know.
    >
    > Jules
    >
    >
    >
    >
    >
    > "Aubyone" <Aubyone@discussions.microsoft.com> wrote in message
    > news:9E5550D5-8D10-4AFA-AF3E-91EF99C4B037@microsoft.com...
    > >I am using the .net calander control and it return the date in MM/DD/YY.
    > > Where the server is setup DD/MM/YY.
    > >
    > > Can am one tell me why date would come out diiferent to the server
    > > regional
    > > seting?
    > >
    > > Where does the it get the date format from and how can I force it to be
    > > DD/MM/YY format?
    > >
    > >
    >
    >
    >
    Aubyone Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139