';
}
htmlBuffer += ' ' +
'
';
for(var i = 0; i < dayEvents.length; i++) {
var event = dayEvents[i];
var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
var eventTime = event.startDate.format('g') + event.startDate.format('a').substring(0,1);
htmlBuffer += '
' + eventTime + ' ' +
'' + eventTitle + '
';
htmlBuffer +=
'\';
}
htmlBuffer +=
'
' +
'';
if(nowDate.format('w') == 6) {
htmlBuffer += '';
if(compareDates(nowDate, rangeEnds) < 0) {
htmlBuffer += '
';
}
}
nowDate = nowDate.add(Date.DAY, 1);
}
body.update(htmlBuffer);
hideLoadingCalendar();
$('monthlyView').show({duration: .4});
}
';
}
htmlBuffer += ' ' +
' ';
var lastEventTime = '';
for(var j = 0; j < dayEvents.length; j++, i++) {
var event = dayEvents[j];
var eventTime = event.startDate.format('ga');
//Breaking titles with too long words
var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
htmlBuffer += (eventTime != lastEventTime?'
' + eventTime + '
':'') +
'
' + eventTitle + '
';
htmlBuffer +=
'\';
lastEventTime = eventTime;
}
htmlBuffer +=
'
' +
'';
currentDate = new Date(currentDate.getTime()+(1000*60*60*24));
}
htmlBuffer += ' ';
body.update(htmlBuffer);
hideLoadingCalendar();
$('weeklyView').show({duration: .4});
}
';
return htmlBuffer;
}
function getOngoingEventHTML(event) {
var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
var htmlBuffer = '';
var tagsHTML = '';
if(event.tags != null && event.tags != '') {
var tags = event.tags.split(',');
tagsHTML += "Tags: ";
for (var x = 0; x < tags.length; x++) {
var tag = tags[x];
if(x > 0)
tagsHTML += ', ';
tagsHTML += '
' + tag + ' ';
}
}
var locationHTML = '';
if(event.location != "") {
locationHTML = 'Where: ';
locationHTML += event.location + '
';
}
var categoriesHTML = '';
if(event.categories.length > 0) {
var categoriesHTML = 'Calendar: ';
for(var x = 0; x < event.categories.length; x++) {
var category = event.categories[x];
if(x > 0) categoriesHTML += ', ';
categoriesHTML += '
' + category.categoryName + ' '
}
categoriesHTML += '
';
}
var ddHTML = locationHTML + categoriesHTML + tagsHTML;
htmlBuffer +=
'
Through ' + event.endDate.format('F j, Y') + ' ' + eventTitle + ' ' +
'
' + (ddHTML != ''?ddHTML:' ') + ' ';
htmlBuffer +=
' \';
return htmlBuffer;
}
Nursing Pinning Ceremony
When:
Wed, May 2 2012 04:00 PM - 06:00 PM
Created by:
Lei Zhu
Where:
College of Saint Elizabeth
Map
Calendars:
Current Students
,
Faculty & Staff
,
Graduate Nursing
,
Nursing
,
Academics
,
Parents & Family
,
Health and Wellness Studies
Description:
Wednesday, May 2, 4:00-6:00pm.
Nursing Pinning Ceremony, Annunciation Center, Lower Level, open to the public, no cost.
Registered Nurses working toward the Bachelor of Science in Nursing and who have completed their nursing specific courses in the program, will be awarded their Nursing pins to mark this important stage in their progress toward graduation.
For more information please contact Barbara Arabas , 973-290-4056 or e-mail barabas@cse.edu .
Download Event
Files
Related Events
Antigone, CSE Quadrennial Greek Play
When: Wed, April 25 2012 12:00 PM - 04:00 PM
STAC General Meeting
When: Wed, April 25 2012 05:00 PM - 07:00 PM
Antigone, CSE Quadrennial Greek Play
When: Thu, April 26 2012 12:00 PM - 04:00 PM
CSE Scholarship Benefit and Silent Auction
When: Thu, April 26 2012 06:00 PM - 10:00 PM
Mu Theta Induction Ceremony
When: Sat, April 28 2012 11:00 AM - 03:00 PM
Loading...