rinforzo gestione formato data x datepicker

This commit is contained in:
Samuele Locatelli
2013-08-28 15:50:17 +02:00
parent 29e570ca86
commit 1510e80040
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
<add key="appName" value="PROJ-ETS"/>
<add key="SiteName" value="ETS"/>
<add key="mainRev" value="0.6"/>
<add key="minRev" value="179"/>
<add key="minRev" value="181"/>
<add key="stdEmail" value="info@steamware.net"/>
<add key="_safePages" value="Default.aspx#unauthorized.aspx#forceUser.aspx#login.aspx#test.aspx#Test.aspx"/>
<!--area gestione auth cookie-->
+4 -4
View File
@@ -55,8 +55,8 @@
//selectOtherMonths: true,
showButtonPanel: true,
changeMonth: true,
changeYear: true//,
//dateFormat: "yy-mm-dd"
changeYear: true,
dateFormat: "dd-mm-yy"
});
});
@@ -75,8 +75,8 @@
//selectOtherMonths: true,
showButtonPanel: true,
changeMonth: true,
changeYear: true//,
//dateFormat: "yy-mm-dd"
changeYear: true,
dateFormat: "dd-mm-yy"
});
});
});
@@ -225,7 +225,7 @@
</div>
</div>
</div>
<div class="divSx" style="width: 600px;">
<div class="divSx selectedRowStyle" style="padding: 0px 4px; width: 600px;">
<uc3:mod_commesse ID="mod_commesse1" runat="server" Visible="false" enableNew="true" enableNewFromEmpty="true" showSelect="false" showSelectSub="false" enableJump="true" showEdit="true" />
<div style="text-align: center; margin: auto;">
<asp:Button runat="server" ID="btnSposta" Text="Sposta/Clona Commesse e fasi" Visible="false" CssClass="btnMoveBig ui-corner-all" ToolTip="Spostamento Commesse e Fasi" OnClick="btnSposta_Click" />
Binary file not shown.
Binary file not shown.