jQuery UI Widgets Forums Editors DateTimeInput Show just Year, Month in jqxDateTimeInput

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 8 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • soojung
    Participant

    Hello :D, jqxTeam.

    I have one textbox with jqxDateTimeInput. I want to change it’s format on calendar.
    If I click calendar button, it should show year and month buttons.

    But When I click calendar button, it shows every year, month and date.

    I want just show year, month button.
    When I use this with jquery datetimepicker, I did it’s calendar css part to display none.

    	.ui-datepicker-calendar {
    		display: none;
    	}

    What about jqxDateTimeInput? How can I change the calendar form not just input part?

    This is my code.

    $txtDate.jqxDateTimeInput({
    			width: '100px',
    			height: '25px',
    			formatString: 'yyyy-MM',
    			culture: 'ko-KR'
    		});

    and you can see my trying result here


    Hristo
    Participant

    Hello soojung,

    One workaround is to set showCalendarButton: false on that way you hide calendar button.
    Unfortunately, there is not such feature (with only year, month button).
    I would like to present you jqxScheduler with more options.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.