Rev 984 | Rev 1189 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 984 | Rev 999 | ||
|---|---|---|---|
| Line 94... | Line 94... | ||
| 94 | } |
94 | } |
| 95 | 95 | ||
| 96 | Date.prototype.getDateTimeFormated = function() |
96 | Date.prototype.getDateTimeFormated = function() |
| 97 | { |
97 | { |
| 98 | return this.getDateFormated() + " " + this.getTimeFormated(); |
98 | return this.getDateFormated() + " " + this.getTimeFormated(); |
| - | 99 | } |
|
| - | 100 | ||
| - | 101 | var ClientId = 0; |
|
| - | 102 | ||
| - | 103 | function setClientId(clientId) |
|
| - | 104 | { |
|
| - | 105 | ClientId = clientId; |
|
| 99 | } |
106 | } |