Proyectos de Subversion Iphone Microlearning - Inconcert

Rev

Rev 1 | Rev 12 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 2
Línea 145... Línea 145...
145
        let dateFormatter = DateFormatter()
145
        let dateFormatter = DateFormatter()
146
        dateFormatter.dateFormat = Constants.FORMAT_DATE_YMD
146
        dateFormatter.dateFormat = Constants.FORMAT_DATE_YMD
Línea 147... Línea 147...
147
        
147
        
148
        let timeFormatter = DateFormatter()
148
        let timeFormatter = DateFormatter()
149
        timeFormatter.dateFormat = Constants.FORMAT_TIME_12
149
        timeFormatter.dateFormat = Constants.FORMAT_TIME_12
150
        
150
        /*
151
        let dateOn = dateFormatter.string(from: now)
151
        let dateOn = dateFormatter.string(from: now)
Línea 152... Línea 152...
152
        let timeOn = dateFormatter.string(from: now)
152
        let timeOn = dateFormatter.string(from: now)
153
        
153
        
Línea 154... Línea 154...
154
        let userNotificationDao = UserNotificationDao.sharedInstance
154
        let userNotificationDao = UserNotificationDao.sharedInstance
155
        var userNotification : UserNotificationModel
155
        var userNotification : UserNotificationModel
156
        
156
        
Línea 157... Línea 157...
157
        /*
157