Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

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

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...retrieve values ​​(day, month and year) <dnn: currentdate ???retrieve values ​​(day, month and year) <dnn: currentdate ???
Previous
 
Next
New Post
4/29/2012 3:17 AM
 

Hello, Thanks for reply (yes it's the syntax i'm looking for ...) but i don't know where to test them ?

Please can you tell me where should i put the syntax   :

var dd =  <%= DateTime.Now.Day %>;
var mm = <%= DateTime.Now.Month %>;

cause it's a mixture of js and c # (asp.net) is's it
I don't know where to place them in the skin's file ? or if it's possible ? else where can i put them to test pls.

Regars

 
New Post
4/29/2012 4:22 AM
 
you may use asp.net syntax < %= ... > (without the blank after <) anywhere in your .aspx code.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
4/29/2012 4:56 AM
 
ok, Can i write it in the Default.aspx's file ? can you give me an exemple pls. ?
 
New Post
4/29/2012 5:40 AM
 

Do not put it in default.aspx.  That file will be overwritten each time you install a new upgrade of DNN.

As I said before it goes in a script block.  Put it in your skin, as you originally planned.

<script type="text/javascript">
var dd = <%= DateTime.Now.Day %>;
var mm = <%= DateTime.Now.Month %>;
</script>

Best wishes,
- Richard
Agile Development Consultant, Practitioner, and Trainer
www.dynamisys.co.uk
 
New Post
4/29/2012 8:03 AM
 

Great, Yes it's working well, thanks

In my skin's file  i test :

<dnn:CURRENTDATE runat="server" id="dnncurrentdate" DateFormat="dddd dd MMMM yyyy" />
                <script type="text/javascript">
var dd = <%= DateTime.Now.Day %>;
var mm = <%= DateTime.Now.Month %>;
Le jour est : " + dd);

</script>

and it works ;

but DateTime it referenced to a gregorien calendar isn't it ?

So how can i do to retrieve day ect.  from the hijri's on , or from :

<tm:CURRENTDATEEXT runat="server" ID="CURRENTDATEEXT1" CalendarName="Hijri" CultureName="ar-MA" HijriAdjustment="-1" DateFormat="D" />

 can you give me an idea please...

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...retrieve values ​​(day, month and year) <dnn: currentdate ???retrieve values ​​(day, month and year) <dnn: currentdate ???


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