Search Unity

How can I display a Datetimepicker in my GUI?

Discussion in 'Immediate Mode GUI (IMGUI)' started by devprincess, Oct 9, 2012.

  1. devprincess

    devprincess

    Joined:
    Sep 7, 2012
    Posts:
    116
    Hey Guys I was wondering how can I code a datetimepicker, you know, something like a calendar that displays whenever you have to insert a certain date. I've seen it's possible with selectiongrid to select the months but I'm not so sure about it anyway :/

    thanks in advance!
     
  2. UnityCoder

    UnityCoder

    Joined:
    Dec 8, 2011
    Posts:
    534
    I think there is not any inbuilt component or GUI Script for DateTimePicker, you have to make your own GUI script for that.
     
  3. devprincess

    devprincess

    Joined:
    Sep 7, 2012
    Posts:
    116
    Thanks UnityCoder, I guess I'll make a Script for that control anyway :D
     
  4. hariavm

    hariavm

    Joined:
    Aug 18, 2014
    Posts:
    73
    Are u do it? i am eager to know?