Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • pcorreia 5 posts 25 karma points
    Jun 28, 2012 @ 20:20
    pcorreia
    0

    Umbraco DatePicker in usercontrol

    Hello

    Is it possible to use the umbraco datepicker that is used in the datatype in the umbraco administration page?

    I am developing an ascx control that is to be a new datatype. However I need a datepicker, and since umbraco has one that has an input mask like ____-__-__ (year-month-day), I thought that I could use it.

    It is probably something along the lines of:

    <%@ Register TagPrefix="UmbracoControls" Namespace="NAMESPACE" Assembly="ASSEMBLY" %>

    <UmbracoControls:DatePicker ID="datepicker1" runat="server" ... />

    Can someone provide an example of how to add this control to my ascx and how to use it with an input mask.

    Thanks,

    Pedro

     

  • pcorreia 5 posts 25 karma points
    Jun 28, 2012 @ 20:23
    pcorreia
    0

    PS:  I am using umbraco 4.7. 

  • SM 19 posts 41 karma points
    Feb 17, 2014 @ 08:17
Please Sign in or register to post replies

Write your reply to:

Draft