MATLAB date selection popup calendar for gui
        Posted  
        
            by Doresoom
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Doresoom
        
        
        
        Published on 2010-04-16T19:16:34Z
        Indexed on 
            2010/04/17
            1:43 UTC
        
        
        Read the original article
        Hit count: 565
        
Does anyone know of a method to display a popup date selection calendar in a MATLAB gui? I know the financial toolbox has a uicalendar function, but unfortunately I don't have that toolbox.
I have a hunch I'm going to have to use some Java or some other language for this one, which I know nothing about.
I'm looking for something similar to this:

which would return a date string after the user selects the date.
© Stack Overflow or respective owner