/ Published in: Objective C
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
[dateFormatter setDateFormat:@"EEEE"];
//Optional - get first 3 letters of days name
dayName = [dayName substringToIndex:3];
[dateFormatter release];
Comments
 Subscribe to comments
                    Subscribe to comments
                
                