Visualizzazione dei risultati da 1 a 4 su 4

Discussione: Convertire data

  1. #1
    Utente di HTML.it
    Registrato dal
    Sep 2001
    Messaggi
    250

    Convertire data

    Ciao a tutti,
    ho una data/ora nel formato italiano gg/mm/aaaa hh:mm:ss e dovrei convertirla come l'esempio: Mon, 22 May 2006 07:47:02 GMT

    esiste una funzione il asp che me lo possa fare in automatico?

    ciao a tutti
    Alex

  2. #2
    formatdatetime
    è il comando

    Arguments
    Date
    Required. Date expression to be formatted.
    NamedFormat
    Optional. Numeric value that indicates the date/time format used. If omitted, vbGeneralDate is used.
    Settings
    The NamedFormat argument has the following settings:

    Constant Value Description
    vbGeneralDate 0 Display a date and/or time. If there is a date part, display it as a short date. If there is a time part, display it as a long time. If present, both parts are displayed.
    vbLongDate 1 Display a date using the long date format specified in your computer's regional settings.
    vbShortDate 2 Display a date using the short date format specified in your computer's regional settings.
    vbLongTime 3 Display a time using the time format specified in your computer's regional settings.
    vbShortTime 4 Display a time using the 24-hour format (hh:mm).

    Remarks
    The following example uses the FormatDateTime function to format the expression as a long date and assign it to MyDateTime:

    Function GetCurrentDate
    ' FormatDateTime formats Date in long date.
    GetCurrentDate = FormatDateTime(Date, 1)
    End Function
    Ah, Jedis! I had no ideas! What can i do for you, honored Jedis?

    I'm not Jedi. I'm a guy with a lighsaber and a few questions.

  3. #3
    Utente di HTML.it
    Registrato dal
    Sep 2001
    Messaggi
    250
    ho provato ma mi restituisce martedì 23 maggio 2006

  4. #4
    perkè è in italiano...
    se le vuoi in inglese devi usare session.lcid [codice]
    all'inizio della pagina

    il codice x l'inglese non lo sò :S
    Ah, Jedis! I had no ideas! What can i do for you, honored Jedis?

    I'm not Jedi. I'm a guy with a lighsaber and a few questions.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.