🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

date format

User: "UROOJRAFFAT"
New Altair Community Member
Updated by Jocelyn
can anyone tell me how can i transform my date , i have a date int his format 20071002T000000 and columb name is polynominal , how can i convert it as a date format properly , i tried nominal to date but its not working , and when ever i am changing columb attribute to date it gives me question mark.? kindly help me into this.

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "BalazsBaranyRM"
    New Altair Community Member
    Accepted Answer
    Hi!

    You are on the right track with Nominal to Date. It works with the correct settings.
    date type: date or date_time (if you want to keep the time)
    date format: yyyyMMdd'T'HHmmss

    Regards,
    Balázs
    User: "Telcontar120"
    New Altair Community Member
    Accepted Answer
    You need to enter a custom date format exactly as shown above: "yyyyMMdd'T'HHmmss" (without the quotes)
    Do not select one of the predefined formats from the dropdown menu, as they do not match your format.