Value issue

Peter_1985 2,526 Reputation points
2022-01-22T15:49:27.547+00:00

Hi,
To the code, it does override the original value of field tb_valid_from. How to resolve it?

    $(function () {
        $("#tb_valid_from").datepicker({
            autoclose: true,
            todayHighlight: true
        }).datepicker('update', new Date());
    });
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,270 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,277 questions
{count} votes