Exemplo n.º 1
0
 def datetime_sec_ymd(self, question):
     Form.date_element(self, question, 'yyyymmdd')
     Form.time_element(self, '', 'hhmmss') 
     self.multiline_check() 
Exemplo n.º 2
0
 def datetime_dmy(self, question):
     Form.date_element(self, question, 'ddmmyyyy')
     Form.time_element(self, '', 'hhmm')
     self.multiline_check() 
Exemplo n.º 3
0
 def datetime_sec_mdy(self, question):
     Form.date_element(self, question, 'mmddyyyy')
     Form.time_element(self, '', 'hhmmss') 
     self.multiline_check() 
Exemplo n.º 4
0
 def time(self, question):
     Form.time_element(self, question, 'hhmm')
     self.multiline_check() 
Exemplo n.º 5
0
 def time_mm_ss(self, question):
     Form.time_element(self, question, 'mmss')
     self.multiline_check() 
Exemplo n.º 6
0
 def datetime_sec_dmy(self, question):
     Form.date_element(self, question, 'ddmmyyyy')
     Form.time_element(self, '', 'hhmmss') 
Exemplo n.º 7
0
 def datetime_ymd(self, question):
     Form.date_element(self, question, 'yyyymmdd')
     Form.time_element(self, '', 'hhmm')
Exemplo n.º 8
0
 def datetime_mdy(self, question):
     Form.date_element(self, question, 'mmddyyyy')
     Form.time_element(self, '', 'hhmm')
Exemplo n.º 9
0
 def time_mm_ss(self, question):
     Form.time_element(self, question, 'mmss')
Exemplo n.º 10
0
 def time(self, question):
     Form.time_element(self, question, 'hhmm')