diff --git a/Projects/WebGIM/WebGIM.suo b/Projects/WebGIM/WebGIM.suo index 8e915bb..9bd5e70 100644 Binary files a/Projects/WebGIM/WebGIM.suo and b/Projects/WebGIM/WebGIM.suo differ diff --git a/Projects/WebGIM/WebGIM/Release/WebGIM.msi b/Projects/WebGIM/WebGIM/Release/WebGIM.msi index 8f01591..a39de56 100644 Binary files a/Projects/WebGIM/WebGIM/Release/WebGIM.msi and b/Projects/WebGIM/WebGIM/Release/WebGIM.msi differ diff --git a/Projects/WebGIM/WebGIM/WebGIM.vdproj b/Projects/WebGIM/WebGIM/WebGIM.vdproj index bd2b322..39a2a91 100644 --- a/Projects/WebGIM/WebGIM/WebGIM.vdproj +++ b/Projects/WebGIM/WebGIM/WebGIM.vdproj @@ -352,7 +352,7 @@ "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:WebGIM" "ProductCode" = "8:{5191AB12-0195-4876-92EF-ABD84785A412}" - "PackageCode" = "8:{F1FDD8DF-8BEF-4C75-BCBD-DE381798C931}" + "PackageCode" = "8:{1C9DCE4D-1BCD-447C-B7AB-FF63AEA53AC6}" "UpgradeCode" = "8:{7739196B-46A3-4BC7-AC29-DB8493976F04}" "RestartWWWService" = "11:TRUE" "RemovePreviousVersions" = "11:TRUE" diff --git a/WebSites/WebGIM/mod_insertRichiesta.ascx.cs b/WebSites/WebGIM/mod_insertRichiesta.ascx.cs index 29e99a1..1f702e6 100644 --- a/WebSites/WebGIM/mod_insertRichiesta.ascx.cs +++ b/WebSites/WebGIM/mod_insertRichiesta.ascx.cs @@ -54,7 +54,7 @@ public partial class mod_insertRichiesta : System.Web.UI.UserControl int turno = Convert.ToInt32(Math.Ceiling((double)Convert.ToDouble(DateTime.Now.AddHours(-shift + 1).Hour) / durataTurno)); int delay = memLayer.ML.confReadInt("defaultDelay"); // inserisco valori di default - txtDataOra.Text = string.Format("{0:ddd dd/MM/yyyy HH:mm}", DateTime.Now); + txtDataOra.Text = string.Format("{0:dd/MM/yyyy HH:mm}", DateTime.Now); txtDataLav.Text = string.Format("{0:dd/MM/yyyy}", DateTime.Now.AddHours(-shift + 1)); txtTurnoLav.Text = turno.ToString(); mod_dataOra1.valore = DateTime.Now.AddMinutes(-delay);