Basic Date Picker Forums

Welcome to Basic Date Picker Forums Sign in | Join | Help
in Search

possible bug in numeric parsing with preceding 0 as digit

Last post 07-03-2006, 3:55 AM by jokiz. 3 replies.
Sort Posts: Previous Next
  •  06-29-2006, 6:38 PM 616

    possible bug in numeric parsing with preceding 0 as digit

    i bumped into a possible bug with bdplite.  when i enter numberic with 0 prefix like for example 01 Jan 2006 for a "dd MMM yyyy" date format, somehow the client side validation was not able to parse it successfully and synch it with the dropdown calendar control, this happens for all possible inter inputs with preceding 0 as digit.
  •  07-02-2006, 11:09 PM 617 in reply to 616

    Re: possible bug in numeric parsing with preceding 0 as digit

    still no reply even acknowledgement of the said bug?
  •  07-02-2006, 11:57 PM 618 in reply to 616

    Re: possible bug in numeric parsing with preceding 0 as digit

    Hi jokiz,

    We totally apologize for the delay in responding to your forum post. For some reason we were not automatically notified via email of the post. We're running a few tests to confirm the forums are working properly. Sorry.

    This 'leading zero' defect was fixed with the v1.2 release. The best way to get the fix is to upgrade to the v1.2 release. See http://basicdatepicker.com/download/downloadproduct.aspx

    If you are upgrading from v1.1 to v1.2, please note that we have revised a few properties. The following lists the most common breaking changes. See

    DateFormat was changed from a Enum to a String. Example:
    [v1.1]
    this.BDPLite1.DateFormat = BasicFrame.WebControls.DateFormat.ShortDate;

    [v1.2]
    this.BDPLite1.DateFormat = "d";
    // d is the Standard DateTime Format Specifier for ShortDate
    // DateFormat options for BDPLite include:
    // "d" = ShortDate
    // "D" = LongDate
    // "d-MMM-yyyy" = Default

    We have added a ResourcePath property to BDPLite and the full verstion BasicDatePicker. The ResourcePath property allows you to place the required external resource files (images, css) into a custom file location.

    A common use of the ResourcePath property is to add a Tilde (~) to the start and then drag a copy of your /aspnet_client/ directory into your project. Adding the Tilde will point the files to your Application Root instead of your Virtual Root.

    Hope this helps.


    Thanks,
    Geoffrey McGill - Product Manager
    ----------------------------------------
    Coolite Inc. - ASP.NET WebControls.
    Email: support [at] coolite [dot] com
    Phone: +1(888)775-5888
  •  07-03-2006, 3:55 AM 619 in reply to 618

    Re: possible bug in numeric parsing with preceding 0 as digit

    great, thanks!
View as RSS news feed in XML
 
Powered by Community Server, by Telligent Systems