Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsList view format?List view format?
Previous
 
Next
New Post
8/30/2009 9:35 AM
 

Is there a way to change the date format used in the listing?

Also is it possible to hide which subcalendar the item is from in the description?  We bascially want to have a lsit view that does nothing more than show the top 10 items from our main calendar, without the subcalendar name showing.

 
New Post
8/30/2009 10:45 AM
 

Hi Mark,

The format for the dates is set via the templates in Module Settings. Shout if they aren't obvious. The sub-calendar name can be turned off by de-selcting the option in the sub-calendar settings.

Cheers
Roger


DNN MVP
Events - Get the latest version - Upgrade now!!
Feedback 6.4.2 - Now available - Give it a go!
Find us on Codeplex - DNN Events, DNN Feedback
Requirements/Bugs - Please submit them on Codeplex
 
New Post
10/27/2009 12:02 PM
 

Hello,

Here's yet another date/time format question...

We use List View exclusively and I've fiddled around in EventList.ascx (DNN 4.09.00) to set the label formats for EventTimeBegin and EventDateEnd. What I'm after is to display the day, date, and time in three separate lines like this:

Saturday
Jan-16-2010
9:00AM

But I can't figure out how to force the line break. If I use {0:dddd MMM-dd-yyyy h:mmtt} the result is:

Saturday Jan-
16-2010
9:00AM

And if I use {0:f} the result is:

Saturday,
January 16,
2010 9:00AM

All of my attempts to edit the Text parameter just throws an error. Any ideas would be greatly appreciated.

 

Thanks, Jay

 
New Post
10/27/2009 12:58 PM
 

I don't think you could achieve this using the begin and end date columns. However I think you could hide these columns and use the description column to display the date in several formats. Potentially you can use a table within the description template to create the columns. The following may do it:-

<table>
<tr>
<td>
[events:startdate|dddd]<br>[events:startdate|MMM-dd-yyyy]<br>[events:startdate|h:mmtt]
</td>
<td>
[events:enddate|dddd]<br>[events:enddate|MMM-dd-yyyy]<br>[events:enddate|h:mmtt]
</td>
<td>
[events:description]
</td>
</tr>
</table>

All this said, we are hoping to improve templating of list view next time around, but that will of course be a number of months away.

Cheers
Roger


DNN MVP
Events - Get the latest version - Upgrade now!!
Feedback 6.4.2 - Now available - Give it a go!
Find us on Codeplex - DNN Events, DNN Feedback
Requirements/Bugs - Please submit them on Codeplex
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsList view format?List view format?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out