?
本文檔使用 PHP中文網(wǎng)手冊(cè) 發(fā)布
PrevMonthText 屬性用于規(guī)定在日歷中上一月的鏈接所顯示的文本。
<asp:Calendar?PrevMonthText="string"?runat="server"?/>
屬性 | 描述 |
---|---|
string | 規(guī)定在日歷中上一月的鏈接所顯示的文本。默認(rèn)值是 "<"。 |
下面的實(shí)例顯示了 PrevMonthText 被設(shè)置為 "Prev" 的日歷:
<form runat="server">
<asp:Calendar id="cal1" runat="server" PrevMonthText="Prev" />
</form>