1. 程式人生 > >LayDate 只顯示年月

LayDate 只顯示年月

for color name col play RM pla mod format

<style>
    .laydate_table {
        display: none;
    }

    #laydate_hms {
        display: none !important;
    }
</style>
<input type="text" class="w_170" name="JoinLeagueDate" value="@Model.JoinLeagueDate" id="JoinLeagueDate" onclick="laydate({ istime: true, format: ‘YYYY-MM‘ })"
>

LayDate 只顯示年月